[INFO] cloning repository https://github.com/Mouthless-Stoat/CrabbyVim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mouthless-Stoat/CrabbyVim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMouthless-Stoat%2FCrabbyVim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMouthless-Stoat%2FCrabbyVim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2cbc26bd06627898281c905c3d5a3171c8db4ed4
[INFO] checking Mouthless-Stoat/CrabbyVim against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMouthless-Stoat%2FCrabbyVim" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Mouthless-Stoat/CrabbyVim
[INFO] finished tweaking git repo https://github.com/Mouthless-Stoat/CrabbyVim
[INFO] tweaked toml for git repo https://github.com/Mouthless-Stoat/CrabbyVim written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Mouthless-Stoat/CrabbyVim on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Mouthless-Stoat/CrabbyVim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d
[INFO] running `Command { std: "docker" "start" "94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling nvim-oxi v0.6.0 (https://github.com/noib3/nvim-oxi?branch=main#b1278b12)
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling lua-src v548.1.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling luajit-src v210.6.1+f9140a6
[INFO] [stderr]    Compiling mlua-sys v0.8.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling nvim-oxi-macros v0.6.0 (https://github.com/noib3/nvim-oxi?branch=main#b1278b12)
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling mlua_derive v0.11.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking nvim-oxi-luajit v0.6.0 (https://github.com/noib3/nvim-oxi?branch=main#b1278b12)
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking nvim-oxi-types v0.6.0 (https://github.com/noib3/nvim-oxi?branch=main#b1278b12)
[INFO] [stderr]     Checking nvim-oxi-api v0.6.0 (https://github.com/noib3/nvim-oxi?branch=main#b1278b12)
[INFO] [stderr]     Checking mlua v0.11.2
[INFO] [stderr]     Checking config v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `nvim_oxi::api::types::LogLevel`
[INFO] [stdout]  --> src/plugins/snacks/dashboard.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nvim_oxi::api::types::LogLevel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vim_notify`
[INFO] [stdout]  --> src/plugins/snacks/dashboard.rs:6:51
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{func, icons, lua_vec, require, table, vim_notify};
[INFO] [stdout]   |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::icons`
[INFO] [stdout]  --> src/plugins/lsp.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::icons;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lazy::LazyPlugin`
[INFO] [stdout]  --> src/plugins/lsp.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::lazy::LazyPlugin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::table`
[INFO] [stdout]  --> src/plugins/lsp.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::table;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `keymaps::set_key` and `require_setup`
[INFO] [stdout]  --> src/plugins/mini.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     keymaps::set_key,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     lazy::{LazyKey, LazyLoad},
[INFO] [stdout] 5 |     lua_table, require_setup,
[INFO] [stdout]   |                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `table`
[INFO] [stdout]  --> src/plugins/hop.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     require, table,
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Buffer`
[INFO] [stdout]  --> src/plugins/undotree.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nvim_oxi::api::{Buffer, set_var};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::Mode`
[INFO] [stdout]  --> src/plugins/undotree.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::Mode;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nvim_oxi::api::types::LogLevel`
[INFO] [stdout]  --> src/plugins/snacks/dashboard.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nvim_oxi::api::types::LogLevel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vim_notify`
[INFO] [stdout]  --> src/plugins/snacks/dashboard.rs:6:51
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{func, icons, lua_vec, require, table, vim_notify};
[INFO] [stdout]   |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::icons`
[INFO] [stdout]  --> src/plugins/lsp.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::icons;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lazy::LazyPlugin`
[INFO] [stdout]  --> src/plugins/lsp.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::lazy::LazyPlugin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::table`
[INFO] [stdout]  --> src/plugins/lsp.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::table;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `keymaps::set_key` and `require_setup`
[INFO] [stdout]  --> src/plugins/mini.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     keymaps::set_key,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     lazy::{LazyKey, LazyLoad},
[INFO] [stdout] 5 |     lua_table, require_setup,
[INFO] [stdout]   |                ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `table`
[INFO] [stdout]  --> src/plugins/hop.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     require, table,
[INFO] [stdout]   |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Buffer`
[INFO] [stdout]  --> src/plugins/undotree.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nvim_oxi::api::{Buffer, set_var};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::Mode`
[INFO] [stdout]  --> src/plugins/undotree.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::Mode;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cond` is never read
[INFO] [stdout]    --> src/lazy.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub struct LazyPlugin {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     cond: bool,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hop` is never used
[INFO] [stdout]   --> src/plugins/hop.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn hop(func: &'static str, opts: mlua::Table) -> Action {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cond` is never read
[INFO] [stdout]    --> src/lazy.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub struct LazyPlugin {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 148 |     cond: bool,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hop` is never used
[INFO] [stdout]   --> src/plugins/hop.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn hop(func: &'static str, opts: mlua::Table) -> Action {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d", kill_on_drop: false }`
[INFO] [stdout] 94ed6dd97e05ff6f9ca2f211085822bb86b6767ddffc374fc435d190b42c844d
